home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 392 < prev    next >
Internet Message Format  |  1994-08-27  |  878b

  1. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  2. Date: Wed, 21 Jul 93 14:06:08 +0200
  3. Message-Id: <9307211206.AA05407@issan.informatik.uni-dortmund.de>
  4. To: mint@terminator.rs.itd.umich.edu
  5. Subject: utime() and symbolic links
  6.  
  7. Utime() does not work correctly with symbolic links, since it is not
  8. possible to "open" them; instead the file they point to is touched. I
  9. think there should really be a native utime() provided by the file
  10. system, and Fcntl(FUTIME) (and Fdatime) should only be used to
  11. implement futime(), or if the file system doesn't implement utime()
  12. directly. That would also mean that we don't need a Dcntl() for
  13. utime() on directories.
  14.  
  15. ----------------------------------------------------------------------
  16. Andreas Schwab                                  "And now for something
  17. schwab@ls5.informatik.uni-dortmund.de            completely different"
  18.